Bug 563994 – Input method module interface not documented
authorDaniel Elstner <daniel@src.gnome.org>
Thu, 11 Dec 2008 11:38:59 +0000 (11:38 +0000)
committerDaniel Elstner <daniel@src.gnome.org>
Thu, 11 Dec 2008 11:38:59 +0000 (11:38 +0000)
commit0bf3652e1df37321d4c2318f5bbf67438010f987
tree95a92eb4db82eed5b0098aa7914e8ec13bcc0e70
parent8a11a01ae9c5ccb57030cc50c2bbd1d47eff86fb
Bug 563994 – Input method module interface not documented

* gtk/gtkimcontext.h: Add public/private markers.
* gtk/gtkimcontext.c: Add section documentation which explains how
to add a new input method module to GTK+.  Document the signals and
virtual functions of GtkIMContextClass.
* gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
* docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
GtkIMContextInfo to section GtkIMContext.
* docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
* docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
repository since all the hand-edited content has been migrated to
source file comments.

svn path=/trunk/; revision=21870
ChangeLog
docs/reference/gtk/Makefile.am
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkimcontext.sgml [deleted file]
gtk/gtkimcontext.c
gtk/gtkimcontext.h
gtk/gtkimmodule.c